home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Captain FTP 4.4.5 (trial).dmg / Captain FTP.app / Contents / Resources / German.lproj / Captain FTP.scriptTerminology next >
Extensible Markup Language  |  2006-02-13  |  4KB  |  147 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>NDocument</key>
  8.         <dict>
  9.             <key>Description</key>
  10.             <string>Captain FTP's top level scripting object.</string>
  11.             <key>Name</key>
  12.             <string>document</string>
  13.             <key>PluralName</key>
  14.             <string>documents</string>
  15.         </dict>
  16.     </dict>
  17.     <key>Commands</key>
  18.     <dict>
  19.         <key>Browse</key>
  20.         <dict>
  21.             <key>Arguments</key>
  22.             <dict>
  23.                 <key>AddressBook</key>
  24.                 <dict>
  25.                     <key>Description</key>
  26.                     <string>This argument specifies the address book session name.</string>
  27.                     <key>Name</key>
  28.                     <string>using addressbook session</string>
  29.                 </dict>
  30.                 <key>Folder</key>
  31.                 <dict>
  32.                     <key>Description</key>
  33.                     <string>This argument specifies the remote folder on the server.</string>
  34.                     <key>Name</key>
  35.                     <string>change folder</string>
  36.                 </dict>
  37.                 <key>Host</key>
  38.                 <dict>
  39.                     <key>Description</key>
  40.                     <string>This argument specifies the host name.</string>
  41.                     <key>Name</key>
  42.                     <string>server</string>
  43.                 </dict>
  44.                 <key>Index</key>
  45.                 <dict>
  46.                     <key>Description</key>
  47.                     <string>This argument specifies the index of server info saved for droplet.</string>
  48.                     <key>Name</key>
  49.                     <string>using index</string>
  50.                 </dict>
  51.             </dict>
  52.             <key>Description</key>
  53.             <string>This command connects to server.</string>
  54.             <key>Name</key>
  55.             <string>browse</string>
  56.         </dict>
  57.         <key>Download</key>
  58.         <dict>
  59.             <key>Arguments</key>
  60.             <dict>
  61.                 <key>AddressBook</key>
  62.                 <dict>
  63.                     <key>Description</key>
  64.                     <string>This argument specifies the address book session name.</string>
  65.                     <key>Name</key>
  66.                     <string>using addressbook session</string>
  67.                 </dict>
  68.                 <key>Elements</key>
  69.                 <dict>
  70.                     <key>Description</key>
  71.                     <string>This argument specifies the list of files/folders to be downloaded.</string>
  72.                     <key>Name</key>
  73.                     <string>elements</string>
  74.                 </dict>
  75.                 <key>Folder</key>
  76.                 <dict>
  77.                     <key>Description</key>
  78.                     <string>This argument specifies local folder.</string>
  79.                     <key>Name</key>
  80.                     <string>into folder</string>
  81.                 </dict>
  82.                 <key>Host</key>
  83.                 <dict>
  84.                     <key>Description</key>
  85.                     <string>This argument specifies the host name.</string>
  86.                     <key>Name</key>
  87.                     <string>from server</string>
  88.                 </dict>
  89.             </dict>
  90.             <key>Description</key>
  91.             <string>This command downloads the files/folder list from the server.</string>
  92.             <key>Name</key>
  93.             <string>download</string>
  94.         </dict>
  95.         <key>Upload</key>
  96.         <dict>
  97.             <key>Arguments</key>
  98.             <dict>
  99.                 <key>AddressBook</key>
  100.                 <dict>
  101.                     <key>Description</key>
  102.                     <string>This argument specifies the address book session name.</string>
  103.                     <key>Name</key>
  104.                     <string>using addressbook session</string>
  105.                 </dict>
  106.                 <key>Elements</key>
  107.                 <dict>
  108.                     <key>Description</key>
  109.                     <string>This argument specifies the list of files/folders to be uploaded.</string>
  110.                     <key>Name</key>
  111.                     <string>elements</string>
  112.                 </dict>
  113.                 <key>Folder</key>
  114.                 <dict>
  115.                     <key>Description</key>
  116.                     <string>This argument specifies the remote folder on the server.</string>
  117.                     <key>Name</key>
  118.                     <string>into folder</string>
  119.                 </dict>
  120.                 <key>Host</key>
  121.                 <dict>
  122.                     <key>Description</key>
  123.                     <string>This argument specifies the host name.</string>
  124.                     <key>Name</key>
  125.                     <string>onto server</string>
  126.                 </dict>
  127.                 <key>Index</key>
  128.                 <dict>
  129.                     <key>Description</key>
  130.                     <string>This argument specifies the index of server info saved for droplet.</string>
  131.                     <key>Name</key>
  132.                     <string>using index</string>
  133.                 </dict>
  134.             </dict>
  135.             <key>Description</key>
  136.             <string>This command uploads the files/folder list onto server.</string>
  137.             <key>Name</key>
  138.             <string>upload</string>
  139.         </dict>
  140.     </dict>
  141.     <key>Description</key>
  142.     <string>Captain FTP specific classes and commands.</string>
  143.     <key>Name</key>
  144.     <string>Captain FTP</string>
  145. </dict>
  146. </plist>
  147.